Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / GcIco Class / Load Method / Load(Byte[]) Method
The source data in ICO format.

In This Topic
    Load(Byte[]) Method
    In This Topic
    Loads data in ICO format from a byte array.
    Syntax
    'Declaration
     
    Public Overloads Sub Load( _
       ByVal bytes() As System.Byte _
    ) 
    public void Load( 
       System.byte[] bytes
    )

    Parameters

    bytes
    The source data in ICO format.
    See Also